home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
prog
/
clt165.arj
/
CHC11.BAT
< prev
next >
Wrap
DOS Batch File
|
1994-01-29
|
358b
|
14 lines
@echo off
rem (c) R&D Associates 1992-1994.
rem All Rights Reserved.
rem
rem This file builds the Intel 68HC11 library. NOTE: it assumes that the
rem compiler was installed to ARCH, and CLINT was installed to CLINT.
rem
copy chc11.cln \arch\include
cd \arch\include
clint chc11 -L chc11.g -g -x -w0
del chc11.cln
copy chc11.g \clint
del chc11.g